home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6778 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1020 b 

  1. Path: news.Gsu.EDU!gs01maj
  2. From: gs01maj@panther.Gsu.EDU (Matthew A Johnson)
  3. Newsgroups: comp.lang.c
  4. Subject: && operator question
  5. Date: 15 Feb 1996 02:37:30 GMT
  6. Organization: Georgia State University
  7. Message-ID: <4fu69a$b7e@sphinx.Gsu.EDU>
  8. NNTP-Posting-Host: panther.gsu.edu
  9. NNTP-Posting-User: gs01maj
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. if(expression1 && expression2)
  13.      some statement;
  14.  
  15. My question is, if expression1 is false will expression2 get evaluated at 
  16. all?
  17.  
  18. ____________________________________________________________________________
  19.  ___  ___                                                                   |
  20. |   \/   | Matt Johnson                    | "Government is not the solution|
  21. |__|\/|  | maj@gsu.edu                     | to our problems, government    |
  22. .--.__|  | http://www2.gsu.edu/~gs01maj    | is the problem."               | 
  23. |________|                                 |                  Ronald Reagan |
  24. ____________________________________________________________________________|
  25.